FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class
Members

In This Topic
    GridDetailLoadingEventArgs<TItem> Class
    In This Topic
    Provides event data for FlexGridDetailProvider<TItem>.DetailLoading event.
    Object Model
    GridDetailLoadingEventArgs<TItem> Class
    Syntax
    'Declaration
     
    Public Class GridDetailLoadingEventArgs(Of TItem As Class) 
       Inherits C1.WPF.Core.AsyncEventArgs
    public class GridDetailLoadingEventArgs<TItem> : C1.WPF.Core.AsyncEventArgs 
    where TItem: class
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.Core.AsyncEventArgs
             C1.WPF.Grid.GridDetailLoadingEventArgs<TItem>

    See Also